home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / DefineButton2_207 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  182b  |  10 lines

  1. on(release){
  2.    stopAllSounds();
  3.    setMusic = false;
  4.    if(music)
  5.    {
  6.       choose = eval("loop" + Math.ceil(Math.random() * 11));
  7.       choose.start(0,999999999);
  8.    }
  9. }
  10.